|
|
I'm not sure if that's possible.
If you're saying that you want to program POV-Ray SDL in your C++
environment, that's entirely possible, but to render it you'll need to use
POV-Ray separately.
If you're saying, though, that you want to write C++ to generate POV-Ray SDL
code and then render it, you can probably use VC++'s "system" function that
takes a C-String as an argument that's a command to send to the operating
system (I think). You can use that to run pov-ray externally with a text
file of your choice.
- Slime
[ http://www.slimeland.com/ ]
Post a reply to this message
|
|